(compilation-minor-mode): Add group.
collide with Shell mode. See `compilation-mode'.
Turning the mode on runs the normal hook `compilation-shell-minor-mode-hook'."
nil " Shell-Compile" nil
+ :group 'compilation
(let (mode-line-process)
(compilation-setup)))
Compilation major mode are available. See `compilation-mode'.
Turning the mode on runs the normal hook `compilation-minor-mode-hook'."
nil " Compilation" nil
+ :group 'compilation
(let ((mode-line-process))
(compilation-setup)))